Contribution org.nuxeo.theme.fragments--fragments
In component org.nuxeo.theme.fragments
org.nuxeo.theme.fragments
inside nuxeo-theme-fragments-5.8.jar
This contribution is part of XML component Extension Point
Extension point fragments of component ThemeService.Contributed Items
XML Source
<extension point="fragments" target="org.nuxeo.theme.services.ThemeService">
<fragment name="generic fragment">
<class>org.nuxeo.theme.fragments.GenericFragment</class>
<dynamic>false</dynamic>
</fragment>
<fragment name="text fragment">
<class>org.nuxeo.theme.fragments.TextFragment</class>
<model-type>html</model-type>
<dynamic>true</dynamic>
</fragment>
<fragment name="region fragment">
<class>org.nuxeo.theme.fragments.RegionFragment</class>
<model-type>region</model-type>
<dynamic>false</dynamic>
</fragment>
</extension>